Skip to content

Commit

Permalink
adding small failing printf test
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonch committed Apr 16, 2012
1 parent 03c3cde commit 5aa55df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/c-tests/printNum.c
@@ -0,0 +1,5 @@
#include <stdio.h>
int main(void){
printf("%d %d\n", 5, 0);
return 0;
}

0 comments on commit 5aa55df

Please sign in to comment.