brintos

brintos / llvm-project-archived public Read only

0
0
Text · 124 B · c057e54 Raw
7 lines · plain
1; RUN: not llvm-as %s -o /dev/null 2>/dev/null2 3define void @foo(ptr %p) {4  load i1, ptr %p, align 85899345925  ret void6}7