2019-07-26 16:54:25 -05:00
|
|
|
// run-pass
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2013-10-18 15:51:57 -05:00
|
|
|
/* This test checks that nested comments are supported
|
2012-09-07 18:58:27 -05:00
|
|
|
|
|
|
|
/*
|
2014-10-09 14:17:22 -05:00
|
|
|
This should not panic
|
2012-09-07 18:58:27 -05:00
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
2013-10-18 15:51:57 -05:00
|
|
|
pub fn main() {
|
2012-09-07 18:58:27 -05:00
|
|
|
}
|