diff options
Diffstat (limited to 'csu/tst-empty.c')
-rw-r--r-- | csu/tst-empty.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/csu/tst-empty.c b/csu/tst-empty.c new file mode 100644 index 0000000000..980dcd60fd --- /dev/null +++ b/csu/tst-empty.c @@ -0,0 +1,6 @@ +/* The most useful C program known to man. */ +int +main (void) +{ + return 0; +} |