Fix asm_test5: Prevent the ASM node from being scheduled before the Barrier, if it...
[libfirm] / ir / be / test / fehler136.c
1 struct X
2 {
3         int x;
4 };
5
6 extern const struct X bla;
7
8 struct X const* const blub[] = { &bla };
9
10 struct X const bla = { 23 };