blob: e444a074602483b48634cf039a1523d042cee075 (
plain)
1
2
3
4
5
6
7
8
9
|
// Check that AST json printing works.
// 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;
|