freebsd_amp_hwpstate/test/FrontendC/2004-02-20-Builtins.c

9 lines
136 B
C

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