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

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