Put this back in global scope, we have a local scope test

This commit is contained in:
Dale Weiler 2014-05-24 20:36:09 -04:00
parent 4fa694fe82
commit 3945f26d92

View file

@ -1,6 +1,7 @@
const float a = 1.0 / 3.0;
const float b = 0.33333333333;
void main() {
const float a = 1.0 / 3.0;
const float b = 0.33333333333;
if (a == b) {
// Should trigger warning
}