blob: d1425ba513426e0e61a0e0bbcf7f17faf8558347 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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};
|