mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Fix chibicc build breakage
This commit is contained in:
parent
d3cf9d4ef1
commit
e1316d6565
1 changed files with 1 additions and 1 deletions
2
third_party/chibicc/test/typedef_test.c
vendored
2
third_party/chibicc/test/typedef_test.c
vendored
|
@ -31,7 +31,7 @@ int main() {
|
||||||
x.a = 2;
|
x.a = 2;
|
||||||
x.a;
|
x.a;
|
||||||
}));
|
}));
|
||||||
ASSERT(4, ({
|
ASSERT(8, ({ // [jart] implicit long
|
||||||
typedef t;
|
typedef t;
|
||||||
t x;
|
t x;
|
||||||
sizeof(x);
|
sizeof(x);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue