blob: cba539f0065393ccc2ee66d3ae637e56b585cc2a (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Check that AST json printing works.
#![crate_type = "lib"]
// check-pass
// compile-flags: -Zast-json-noexpand
// normalize-stdout-test ":\d+" -> ":0"
// Only include a single item to reduce how often the test output needs
// updating.
extern crate core;
|