4 lines
140 B
LLVM
4 lines
140 B
LLVM
|
; RUN: not --crash llvm-as < %s 2>&1 | FileCheck %s
|
||
|
target datalayout = "a1:64"
|
||
|
; CHECK: Sized aggregate specification in datalayout string
|