aboutsummaryrefslogtreecommitdiff
path: root/tests/exports/exports.ek
blob: 448700939394b4821ea9df3c80c74d1314e6d585 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import "reexports.ek"

main()
{
	reexported_func(20);

	mut p = exported_struct![i27]{};

	reexported_macro!(p);
}