DEBSOURCES
Skip Quicknav
sources / llvm-2.9 / 2.9%2Bdfsg-7 / test / FrontendC / 2004-02-20-Builtins.c
12345678
// RUN: %llvmgcc -O3 -xc %s -S -o - | not grep builtin #include <math.h> void zsqrtxxx(float num) { num = sqrt(num); }