aboutsummaryrefslogtreecommitdiff
path: root/tests/priv_hello/priv_hello.ek
blob: fe6fa8699c752b33db870053d047a19b57c85feb (plain) (blame)
1
2
3
4
5
6
7
import "import/priv_hello.ek"

main()
{
	/* expect this to fail */
	hello();
}