summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T12674/-T12674c.c
blob: 3b38c5879e0d037ad62f1cfaff9e10f502d5e382 (plain)
1
2
3
4
5
6
#include <stdio.h>
void test(int arg
)
{
   printf("Result %i\n", arg );
}