testsuite: Add main function to issue-5554 test

This commit is contained in:
Tim Chevalier 2013-05-28 13:43:10 -07:00
parent 351f6033d6
commit 7ad1cc71e3

View File

@ -32,7 +32,6 @@ macro_rules! constants {
}
fn test_X() {
pub fn main() {
constants!();
}