changes to support skipping tests

This commit is contained in:
Ilia Filippov
2013-06-13 16:47:10 +04:00
parent 92f591b4bd
commit d08346fbcf
2 changed files with 65 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
// Pointer type cast of type "uniform int32 * uniform" to integer type "uniform int32" may lose information.
// rule: run on arch=x86-64
int32 foo(int * uniform x) {
return (int32) x;