Change our IR name mangling rules

This commit is contained in:
gingerBill
2018-06-03 17:55:13 +01:00
parent e0549df03e
commit 3f4b6b22dc
3 changed files with 18 additions and 13 deletions
+1 -5
View File
@@ -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));
}