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