summaryrefslogtreecommitdiff
path: root/test/FrontendC/2004-02-20-Builtins.c
blob: c056a8405f7308672de7acc4bc870c40be376adc (plain)
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);
}