- Commit more tests for romcc
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@951 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
6
util/romcc/tests/simple_test40.c
Normal file
6
util/romcc/tests/simple_test40.c
Normal file
@@ -0,0 +1,6 @@
|
||||
static void main(void)
|
||||
{
|
||||
int i = 1;
|
||||
return;
|
||||
i++;
|
||||
}
|
Reference in New Issue
Block a user