mirror of
https://github.com/ziglang/zig.git
synced 2025-12-10 08:13:07 +00:00
10 lines
138 B
Zig
10 lines
138 B
Zig
comptime {
|
|
@setAlignStack(16);
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :2:5: error: @setAlignStack outside function body
|