diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/mac-eol-at-eof.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/mac-eol-at-eof.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/mac-eol-at-eof.c b/gcc/testsuite/gcc.dg/cpp/mac-eol-at-eof.c new file mode 100644 index 000000000..6b0a279dc --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/mac-eol-at-eof.c @@ -0,0 +1 @@ +/* Test no newline at eof warning when Mac line ending is used*/
/* { dg-do compile } */
int main() { return 0; }
\ No newline at end of file |