blob: 3c61b26becd87dab429b049ecf77b0c07df96e30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|