test.c - scc - simple c99 compiler
HTML git clone git://git.simple-cc.org/scc
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
test.c (56B)
---
1 struct dummy {
2 int a;
3 int b;
4 };
5
6 struct dummy dummy1;