1 // RUN: %clang_cc1 -fno-math-builtin -emit-llvm -o - %s | FileCheck %s
3 // Check that the -fno-math-builtin option for -cc1 is working properly.
6 double pow(double, double);
8 double foo(double a
, double b
) {
10 // CHECK: call {{.*}}double @pow