(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
imports/
cstuff3.c
       1  // check bugs in importing C files
       2  
       3  int squared(int a)
       4  {
       5      return a * a;
       6  }