17 lines
114 B
Plaintext
17 lines
114 B
Plaintext
struct A
|
|
{
|
|
int i;
|
|
};
|
|
|
|
if (true) {
|
|
if (true) {
|
|
foo;
|
|
}
|
|
bar;
|
|
}
|
|
|
|
foo(bar) {}
|
|
{
|
|
baz;
|
|
}
|