Sign in
dawn
/
dawn
/
23d884a7b77739160487e11bd292ef0c1e69cbcf
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
fn.wgsl.expected.msl
blob: 758ba26e6c7db428e01a23385cc5529dd2555922 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
()
{
}
void
a__
()
{
}
void
b
()
{
a
();
}
void
b__
()
{
a__
();
}
kernel
void
tint_symbol
()
{
b
();
b__
();
return
;
}