1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/Regression/CFrontend/2004-02-20-Builtins.c.tr

7 lines
117 B
Plaintext
Raw Normal View History

// RUN: %llvmgcc -O3 -xc %s -c -o - | llvm-dis | not grep builtin
void zsqrtxxx(float num) {
num = sqrt(num);
}