blob: 0d8fbc08917a0b020bab939b667ccdbfc13bf8e0 [file] [log] [blame]
; RUN: not llvm-as %s 2>&1 | FileCheck %s
; PR2060
; CHECK: integer constant must have integer type
define ptr @foo() {
ret ptr 0
}