blob: 0bab62c4aabd1bbd2b9fa31d5153397b1acd2f42 [file] [edit]
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: error: unexpected floating-point literal
define void @foo() {
call void f0x12345678()
}