• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* PASS */
2
3void a()
4{
5	;
6}
7
8void a(float x)
9{
10	;
11}
12