DEBSOURCES
Skip Quicknav
sources / frama-c / 20220511-manganese-3 / tests / syntax / extern_init_1.i
12345678
/* run.config DONTRUN: main test is in extern_init.i */ int a[5] = {1, 2, 3, 4, 5}; void f() { a[2] = 12; }