hanchenye-llvm-project/llvm/test/Regression/CFrontend/2004-02-20-Builtins.c.tr

7 lines
117 B
Plaintext

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