aboutsummaryrefslogtreecommitdiff
path: root/test cases/cuda/17 separate compilation linking/b.h
blob: d8a0efcd9ca4b79452126e9c65537a9aebd55d17 (plain)
1
2
3
4
5
#define N 8

extern __device__ int g[N];

extern __device__ void bar(void);