namespace question declaring device variables inside a namespace causes error

namespace test

{

	__device__ __constant__ char1 chunk;

}

just add this piece of code in your already build project and please explain me what is the problem