• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2   Compile with:
3      gcc -g -Wall -shared -o libtest10-changed-parm-c-v0.so test10-changed-parm-c-v0.c  */
4 
5 int
foo(int a,int b)6 foo(int a, int b)
7 {return a + b;}
8