aboutsummaryrefslogtreecommitdiff
path: root/tests/pub_import_hello.ek
blob: 7765efb6b060c8e681072c3f047266b6a4eb4fa7 (plain) (blame)
1
2
3
4
5
6
import "import/pub_import_hello.ek";

main()
{
	hello();
}