summaryrefslogtreecommitdiff
path: root/testsuite/tests/dynlibs/T19350/clib/lib.c
blob: 556c1dcb748f25e2fd1caea9520c97c1d581883a (plain)
1
2
3
4
5
6
#include <stdio.h>

void hello_world(void) {
  printf("hello world!");
}