diff options
Diffstat (limited to 'test/fixtures/included.c')
-rw-r--r-- | test/fixtures/included.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/fixtures/included.c b/test/fixtures/included.c deleted file mode 100644 index d9323e3..0000000 --- a/test/fixtures/included.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdio.h> - -int main(int argc, char *argv[]) { - printf("All is well\n"); - - return 0; -} |