mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-19 19:34:19 +08:00
7 lines
55 B
C
7 lines
55 B
C
#include <stdlib.h>
|
|
|
|
int main(void)
|
|
{
|
|
return 27;
|
|
}
|