aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/cython/Cython/Debugger/Tests/cfuncs.c
blob: 263589e77f27295420a84b452658584c1fbf0ce5 (plain) (blame)
1
2
3
4
5
6
7
8
void 
some_c_function(void) 
{ 
    int a, b, c; 
 
    a = 1; 
    b = 2; 
}