1 2 3 4 5 6 7
int __attribute__((vectorcall)) func(double a) { return (int)a; } int main() { return func(1.0); // break here }