Sign in
dart
/
native
/
HEAD
/
.
/
pkgs
/
native_toolchain_c
/
test
/
clinker
/
testfiles
/
linker
/
test3.c
blob: e3d5d4d0b0ffcd3f322315a0009bd8b65dd738ab [
file
]
#include
<stdio.h>
// Explicitly not marked for export.
void
my_unexported_func
()
{
printf
(
"Hello unexported World"
);
}