Advertisement
Guest User

Test File

a guest
Feb 2nd, 2013
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. (*******************************************************************************
  2. * *
  3. *******************************************************************************)
  4.  
  5. [Simple Test]
  6. Assure that test1.c compiles into test1;
  7. Assure that test1 succeeds.
  8.  
  9. [test1.c]
  10. #include "main.h"
  11. //#include "parser.h"
  12.  
  13. int main(int argc, char **argv) {
  14. printf("We are running a test!\n");
  15. return EXIT_FAILURE;
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement