mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-14 16:45:07 +01:00
pretty test
This commit is contained in:
parent
909c3e9326
commit
c4f3e3dc93
5 changed files with 5 additions and 5 deletions
|
|
@ -65,5 +65,5 @@ expression: "(parsed_pretty, pretty_printed_source)"
|
|||
1..30,
|
||||
),
|
||||
]),
|
||||
"",
|
||||
"int uwu(long owo, int qwq) {\n}\n",
|
||||
)
|
||||
|
|
|
|||
|
|
@ -32,5 +32,5 @@ expression: "(parsed_pretty, pretty_printed_source)"
|
|||
1..43,
|
||||
),
|
||||
]),
|
||||
"",
|
||||
"extern _Thread_local int uwu() {\n}\n",
|
||||
)
|
||||
|
|
|
|||
|
|
@ -32,5 +32,5 @@ expression: "(parsed_pretty, pretty_printed_source)"
|
|||
1..14,
|
||||
),
|
||||
]),
|
||||
"",
|
||||
"void uwu() {\n}\n",
|
||||
)
|
||||
|
|
|
|||
|
|
@ -87,5 +87,5 @@ expression: "(parsed_pretty, pretty_printed_source)"
|
|||
64..76,
|
||||
),
|
||||
]),
|
||||
"",
|
||||
"int test;\n_Thread_local double uwu, owo;\nint function();\n",
|
||||
)
|
||||
|
|
|
|||
|
|
@ -102,5 +102,5 @@ expression: "(parsed_pretty, pretty_printed_source)"
|
|||
41..46,
|
||||
),
|
||||
]),
|
||||
"",
|
||||
"int x = (1 + 1);\nint y = (1 + (2 - 3));\nint z = array[9];\n",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue