summaryrefslogtreecommitdiffstats
path: root/vendor/cstr/tests/compile_fail/empty.rs
blob: 0ac967273e590d92764c6075205fb24630de4f8d (plain)
1
2
3
4
5
use cstr::cstr;

fn main() {
    let _foo = cstr!();
}