/* bad comment //
var x l
var a int = 
var c int = [12][
var a wrongdatatype = 2
var x char = 'x
f(
{
a[3] = 3 // outside scope
x = 1 // outside scope
for i=0, i<10; i=i+1
int a, b = 0
i<10 // outside scope
var e char = ''
var b []char = "sup dawgs\" // I think the script messes this up, it should fail if you run it directly in a test file i.e. ./main test
