aboutsummaryrefslogtreecommitdiff
path: root/tests/loops.cu
blob: 5b6f7026affeceb17ac0de8f35ec4488c6cf9284 (plain) (blame)
1
2
3
4
/* this should error out with some decent message about type loops or something
 * */
f(=>typeof main()){}
main(=> typeof f()){}