(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
mac-eol-at-eof.c
       1  /* Test no newline at eof warning when Mac line ending is used*/
/* { dg-do compile } */
int main() { return 0; }