a.c (174B)
1 /* Strong def beats weak def: a.c has int val=99 (strong), b.c has weak val=7. 2 * Linked value must be 99. */ 3 int val = 99; 4 int test_main(void) { return val == 99 ? 0 : 1; }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |