4 lines
138 B
LLVM
4 lines
138 B
LLVM
|
; RUN: not --crash llvm-as < %s 2>&1 | FileCheck %s
|
||
|
target datalayout = "n0"
|
||
|
; CHECK: Zero width native integer type in datalayout string
|