blob: fedc9f5174920ea3c9412b6489d798138e3de98f (
plain)
1
2
3
4
5
6
7
|
// ignore-windows
// compile-flags: --no-defaults
// @has src/issue_26995/dev/null.html
// @has issue_26995/null/index.html '//a/@href' '../../src/issue_26995/dev/null.html'
#[path="/dev/null"]
pub mod null;
|