summaryrefslogtreecommitdiffhomepage
path: root/CompilerDriver/cc2/regression-tests/pure2-statement-parse-error.cpp2
blob: 3424703dc6b4995947fc0f3e3fb885af8f068cd0 (plain)
1
2
3
4
5
func: () = {
    a : int = 5;
    int b = 4;
    c: int = 3;
}