mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 13:40:11 +03:00
7 lines
135 B
C++
7 lines
135 B
C++
int testCppCMangle (unsigned long long val, char ch)
|
|
{
|
|
int vch = (char)val;
|
|
if (vch != ch)
|
|
return 0;
|
|
return vch;
|
|
}
|