Remove need for __llvm_core

This commit is contained in:
gingerBill
2018-06-03 10:51:43 +01:00
parent 12b870ba66
commit 398109ac84
10 changed files with 76 additions and 74 deletions
+4 -1
View File
@@ -739,7 +739,7 @@ deprecated_attribute :: proc() {
}
main :: proc() {
when true {
when false {
general_stuff();
union_type();
parametric_polymorphism();
@@ -753,5 +753,8 @@ main :: proc() {
cstring_example();
deprecated_attribute();
}
x := f32(-123);
fmt.println(abs(x));
}