- fixed comment: bs cannot be NULL anymore (and was never NULL previously)
[libfirm] / ir / be / test / fehler111.c
index 3d72c5b..d698c23 100644 (file)
@@ -7,5 +7,5 @@ int main(int argc, char *argv[]) {
        *p = 23;
        y = x;
        x = 35;
-       return y;
+       return y != 23;
 }