mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
18 lines
360 B
Text
18 lines
360 B
Text
#! Ohhhtay, this is not a python file despite it's .py file extension
|
|
# Error to occur is at line 13, column 5
|
|
# CAUTION: do not change this error location without corresponding changes in test cases
|
|
|
|
import me
|
|
|
|
def function_a(arg1):
|
|
|
|
value2 = arg1
|
|
value3 = value2 + 1
|
|
return value3
|
|
|
|
int i
|
|
|
|
for (i = 1; i < 200; ) {
|
|
i = i + 1;
|
|
|
|
}
|