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