mirror of
https://github.com/ziglang/zig.git
synced 2025-12-08 23:33:07 +00:00
12 lines
224 B
Zig
12 lines
224 B
Zig
export fn entry() void {
|
|
@setAlignStack(16);
|
|
@setAlignStack(16);
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :3:5: error: multiple @setAlignStack in the same function body
|
|
// :2:5: note: other instance here
|