1// syntax error, unexpected identifier, expecting int
2
3void foo(uniform int i) {
4    float<i> a;
5}
6