aboutsummaryrefslogtreecommitdiff
path: root/tests/twopart_side.cpp
blob: f6cb92b882d385c8483bb6e30f4b9ba6cbf56214 (plain)
1
2
3
4
5
6
7
8
#include<stdio.h>

void theFunc(char *str)
{
  printf("side got: %s, over\n", str);
}