mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Change our IR name mangling rules
This commit is contained in:
@@ -739,7 +739,7 @@ deprecated_attribute :: proc() {
|
||||
}
|
||||
|
||||
main :: proc() {
|
||||
when false {
|
||||
when true {
|
||||
general_stuff();
|
||||
union_type();
|
||||
parametric_polymorphism();
|
||||
@@ -753,8 +753,4 @@ main :: proc() {
|
||||
cstring_example();
|
||||
deprecated_attribute();
|
||||
}
|
||||
|
||||
x := f32(-123);
|
||||
fmt.println(abs(x));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user