1// Can't apply "signed" qualifier to "varying float" type
2
3struct Foo {
4    signed float x;
5};
6