/in/foo.c:1:1: error: unknown type name 'def'
1 | def lcm_math(a, b):
| ^~~
/in/foo.c: In function 'lcm_math':
/in/foo.c:1:19: error: expected declaration specifiers before ':' token
1 | def lcm_math(a, b):
| ^
/in/foo.c:6:3: error: invalid preprocessing directive #\U00006d4b\U00008bd5
6 | # 测试
| ^~~~
/in/foo.c:1:5: warning: type of 'a' defaults to 'int' [-Wimplicit-int]
1 | def lcm_math(a, b):
| ^~~~~~~~
/in/foo.c:1:5: warning: type of 'b' defaults to 'int' [-Wimplicit-int]
/in/foo.c:10: warning: control reaches end of non-void function [-Wreturn-type]