Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
issue-1830_str.rs
blob: 36f37ac2ca032e8479502dab92ea6698af43e0ed [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
#![
feature
(
rustc_attrs
)]
#[
rustc_builtin_macro
]
macro_rules
!
include_str
{
()
=>
{{}};
}
fn
main
()
{
include_str
!(
""
);
// { dg-error {cannot open filename [^\n\r]+: Is a directory} {} { target *-*-* } 0 }
}