Sign in
dawn
/
dawn
/
02cdbebf9c1690f9a991aaa51e0331ca04694dff
/
.
/
test
/
tint
/
statements
/
for
/
initializer
/
struct_ctor.wgsl.expected.msl
blob: 3afd16970f2944d3d2e2578986a348208507b9c9 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
#define
TINT_ISOLATE_UB
(
VOLATILE_NAME
)
\
volatile
bool
VOLATILE_NAME
=
true
;
\
if
(
VOLATILE_NAME
)
struct
S
{
int
i
;
};
void
f
()
{
TINT_ISOLATE_UB
(
tint_volatile_true
)
for
(
int
i
=
1
;
false
;
)
{
}
}