Add (partly) support for Nuvoton NCT6776F
[coreboot.git] / util / romcc / tests / simple_test62.c
1 static const int foo = 1;
2
3 static void main(void)
4 {
5         int x;
6         x = foo;
7 }