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