Files
tinycc/tests
grischka 719d96665e tccgen: Allow struct init from struct
Example:
    struct S {int x,y;}
        a = {1, 2},
        b = {3, 4},
        c[] = {a, b}, // new
        d[] = {b, (struct S){5,6}}; // new
2022-03-16 19:18:16 +01:00
..
2020-12-16 17:52:59 +01:00
2017-09-24 18:03:26 -07:00
2021-02-13 01:03:41 +01:00
2020-12-16 17:52:59 +01:00
2020-12-16 17:52:59 +01:00
2017-12-03 04:53:50 +01:00
2021-01-12 18:06:23 +01:00
2020-09-17 09:11:10 +02:00
2020-07-05 14:01:50 +02:00
2021-07-25 20:55:05 +02:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00