From 263915832993dd12beee10e204f9ebcc6c786ed2 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 30 Dec 2023 23:39:37 +0100 Subject: Meta: initial commit of WestCo optimized toolchain. Signed-off-by: Amlal El Mahrouss --- ...mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp (limited to 'CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp') 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}; + -- cgit v1.2.3