mirror of
https://github.com/frida/tinycc
synced 2025-03-13 03:03:00 +03:00

E.g. "struct { struct S s; int a;} = { others, 42 };" if 'others' is also a 'struct S'. Also when the value is a compound literal. See added testcases.