mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 06:44:27 +00:00
4 lines
175 B
Text
4 lines
175 B
Text
; RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.o
|
|
; RUN: not wasm-ld -o %t.wasm -z stack-size=1 %t.o 2>&1 | FileCheck %s
|
|
|
|
; CHECK: error: stack size must be 16-byte aligned
|