Files
c3c/test/test_suite/vector/vector_lowering_regression1.c3t
2024-07-05 16:53:49 +02:00

12 lines
215 B
Plaintext

// #target: linux-x64
module test;
union Vec4f @export @align(16) {
struct { float x,y,z,w; }
float[<4>] v;
}
extern fn void foo(Vec4f) @extern("foo");
/* #expect: test.ll
declare void @foo(double, double) #0