For PR1338: Rename test dirs
[oota-llvm.git] / test / FrontendC / 2004-02-20-Builtins.c
1 // RUN: %llvmgcc -O3 -xc %s -c -o - | llvm-dis | not grep builtin
2
3 void zsqrtxxx(float num) {
4    num = sqrt(num);
5 }
6