You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
181 B

// This header is used by tests which are interested in __device__ functions
// which appear in a system header.
__device__ int OverloadMe();
namespace ns {
using ::OverloadMe;
}