Use symbolic names instead of magic values for the position parameter of get_irn_n().
[libfirm] / ir / be / test / const.c
index 8d0f12e..0bfce49 100644 (file)
@@ -1,6 +1,6 @@
 #include <stdio.h>
 
 int main() {
-       printf("%d", 0x1e00000);
+       printf("%d\n", 0x1e00000);
        return 0;
 }