all: zig fmt and rename "@XToY" to "@YFromX"
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
This commit is contained in:
committed by
Andrew Kelley
parent
a6c8ee5231
commit
50339f595a
@@ -1,7 +1,7 @@
|
||||
export fn entry() void {
|
||||
foo();
|
||||
}
|
||||
fn foo() callconv(.Inline) void {
|
||||
inline fn foo() void {
|
||||
@setAlignStack(16);
|
||||
}
|
||||
|
||||
@@ -12,7 +12,6 @@ fn bar() void {
|
||||
@setAlignStack(16);
|
||||
}
|
||||
|
||||
|
||||
// error
|
||||
// backend=stage2
|
||||
// target=native
|
||||
|
||||
Reference in New Issue
Block a user