Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
expressions
/
user_call
/
nested.wgsl
blob: 2c86186cfe72d46a3d8677a05a63fbda74aa1b4c [
file
] [
log
] [
blame
]
fn a
()
{
b
();
}
fn b
()
{
c
();
}
fn c
()
{
d
();
}
fn d
()
{}