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