Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
issue-3618.rs
blob: e6427b01b27082f2b9a4d9cffe6bb8d6f1dd7398 [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
static
_X
:
()
=
loop
{};
// { dg-error "'loop' is not allowed in const context" }