Opened 7 years ago
Closed 7 years ago
Last modified 7 years ago
struct S { int i, j; }; int main() { S s; typeof((S){10,10}) s; s; }
In 51fcdbc7:
Remove lvalue qualifier from objects of typeof type after resolving [fixes #103]
In 51fcdbc7: