brintos

brintos / llvm-project-archived public Read only

0
0
Text · 280 B · e14c015 Raw
12 lines · plain
1; RUN: llvm-as %s -o /dev/null 2>&12 3%rt2 = type { i32, { i8, ptr, i8 }, i32 }4 5define i32 @main() nounwind {6entry:7  ; Check that linked-list-style recursive types where the recursion is through8  ; a pointer of the type is valid for an alloca.9  %0 = alloca %rt210  ret i32 011}12