first commit
[pkgdev.git] / pkgTest / src / d.c
... / ...
CommitLineData
1void d(int* result) {
2 *result = 32;
3}