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

    a = 1;
    b = 2;
}