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