34cadde255
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@951 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
6 lines
54 B
C
6 lines
54 B
C
static void main(void)
|
|
{
|
|
int i = 1;
|
|
return;
|
|
i++;
|
|
}
|