1#pragma version(1)
2
3int root(void) {
4    return 10;
5}
6
7