Sign in
dawn
/
dawn
/
6997f0e157e4ccf8060545b4ffb8351b160e0d17
/
.
/
test
/
tint
/
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__
();
}