Sign in
dawn
/
dawn
/
9f7931aff509dcaec3a3650c6ad74100161959a5
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
array_ctor.wgsl.expected.msl
blob: 1ff0ed4c16561b9f88c389337789aeb00b304f05 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
#define
TINT_ISOLATE_UB
(
VOLATILE_NAME
)
\
volatile
bool
VOLATILE_NAME
=
true
;
\
if
(
VOLATILE_NAME
)
void
f
()
{
int
i
=
0
;
TINT_ISOLATE_UB
(
tint_volatile_true
)
for
(;
(
i
<
1
);
)
{
}
}