blob: 6d50325fed550a5b1b42bd9a3f917f2c7f8d3c8c [file] [log] [blame]
// compile-flags: --no-defaults
#![crate_name = "foo"]
// @has 'foo/index.html' '//code' 'extern crate std;'
// @!has 'foo/index.html' '//code' 'use std::prelude::v1::*;'
pub struct Foo;