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