Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / third_party / cython / src / Cython / Debugger / Tests / cfuncs.c
blobccb42050bf7e5245a7f634814bf41c343557a749
1 void
2 some_c_function(void)
4 int a, b, c;
6 a = 1;
7 b = 2;