blob: 76e72a93fccec014f4b86ed4e530aefffdd4ee9a [file] [log] [blame]
// We want this file only so we can test cross-file error
// messages, but we don't want it in an external crate.
// ignore-test
#![crate_type = "lib"]
macro_rules! underscore {
() => (
_
)
}