mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-27 15:52:28 +00:00
Enhance chibicc
This commit is contained in:
parent
8da931a7f6
commit
9df2cef4c4
52 changed files with 2606 additions and 2004 deletions
3
third_party/chibicc/test/string_test.c
vendored
3
third_party/chibicc/test/string_test.c
vendored
|
@ -1,6 +1,9 @@
|
|||
#include "third_party/chibicc/test/test.h"
|
||||
|
||||
int main() {
|
||||
typeof("str") StringInitParen1 = ("str");
|
||||
char StringInitParen2[] = ("str");
|
||||
|
||||
ASSERT(0, ""[0]);
|
||||
ASSERT(1, sizeof(""));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue