Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git] / cabal-testsuite / PackageTests / LinkerOptions / T7339 / clib / lib.c
blob556c1dcb748f25e2fd1caea9520c97c1d581883a
1 #include <stdio.h>
3 void hello_world(void) {
4 printf("hello world!");