• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: %clang_cc1  %s -emit-llvm -o - | not grep builtin
2 double sqrt(double x);
zsqrtxxx(float num)3 void zsqrtxxx(float num) {
4    num = sqrt(num);
5 }
6