llvm-project/llvm/test/FrontendC/2004-02-20-Builtins.c

9 lines
125 B
C

// RUN: %llvmgcc -O3 -xc %s -S -o - | not grep builtin
#include <math.h>
void zsqrtxxx(float num) {
num = sqrt(num);
}