C++ test

def foo(x): print "Hello"

This shouldn't be highlighted.

int main() {}

int main() {}

def foo():

def foo(x):

This shouldn't be highlighted

This shouldn't be highlighted.