test: Add a test for outer attributes on the first module in a file

Issue #487
This commit is contained in:
Brian Anderson 2011-06-16 13:20:55 -07:00
parent b727d079ed
commit 99301ff830
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
// xfail-stage0
// These are are attributes of the following mod
#[attr1 = "val"]
#[attr2 = "val"]
mod test_first_item_in_file_mod {
}
mod test_single_attr_outer {
#[attr = "val"]