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

main()
{
	hello();
}