diff options
Diffstat (limited to 'CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp')
| -rw-r--r-- | CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp b/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp new file mode 100644 index 0000000..d1425ba --- /dev/null +++ b/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp @@ -0,0 +1,22 @@ + + +//=== Cpp2 type declarations ==================================================== + + +#include "cpp2util.h" + +#line 1 "mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2" + + +//=== Cpp2 type definitions and function declarations =========================== + +#line 1 "mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2" +extern cpp2::i32 x; +int main() { } + // ugh + +//=== Cpp2 function definitions ================================================= + +#line 1 "mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2" +cpp2::i32 x {0}; + |
