brintos

brintos / llvm-project-archived public Read only

0
0
Text · 141 B · 0d8fbc0 Raw
9 lines · plain
1; RUN: not llvm-as %s 2>&1 | FileCheck %s2; PR20603 4; CHECK: integer constant must have integer type5 6define ptr @foo() {7       ret ptr 08}9