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

main()
{
	hello();
}