diff options
Diffstat (limited to 'tests/crlf.c')
| -rw-r--r-- | tests/crlf.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/crlf.c b/tests/crlf.c new file mode 100644 index 000000000000..ad911dc63a32 --- /dev/null +++ b/tests/crlf.c @@ -0,0 +1,20 @@ +#if F1
+int f1() { return 0; }
+#elif F2
+int f2() { return 0; }
+#elif F3
+int f3() { return 0; }
+#elif F4
+int f4() { return 0; }
+#else
+int f() { return 0; }
+#endif
+\/
+/\
+comment
+/\
+*\
+comment
+*\
+/\
+eof |
