mirror of
https://github.com/ziglang/zig.git
synced 2024-11-28 16:12:33 +00:00
2f41109cc4
Adds a test for inferring features based on a different object file. Also provides a test case where cpu features are explicitly set on a library where the end result will output said target features.
4 lines
26 B
C
4 lines
26 B
C
int foo() {
|
|
return 5;
|
|
}
|