blob: e3d5d4d0b0ffcd3f322315a0009bd8b65dd738ab [file]
#include <stdio.h>
// Explicitly not marked for export.
void my_unexported_func()
{
printf("Hello unexported World");
}