1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/Regression/Assembler/2003-05-21-MalformedStructCrash.llx

5 lines
122 B
Plaintext
Raw Normal View History

2003-05-21 17:57:25 +02:00
; Found by inspection of the code
; RUN: llvm-as < %s 2>&1 | grep "Illegal"
2003-05-21 17:57:25 +02:00
global {} { int 7, float 1.0, int 7, int 8 }