• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: %clang_cc1 -std=gnu89 -emit-llvm %s  -o /dev/null
2 
3 
4 extern __inline long int
__strtol_l(int a)5 __strtol_l (int a)
6 {
7   return 0;
8 }
9 
10 long int
__strtol_l(int a)11 __strtol_l (int a)
12 {
13   return 0;
14 }
15