mirror of
https://github.com/ziglang/zig.git
synced 2025-12-10 16:23:07 +00:00
10 lines
167 B
Zig
10 lines
167 B
Zig
export fn entry() void {
|
|
@setAlignStack(511 + 1);
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :2:5: error: attempt to @setAlignStack(512); maximum is 256
|