2019-08-24 16:25:55 +01:00
|
|
|
// Check that AST json printing works.
|
2020-04-19 22:24:42 -04:00
|
|
|
#![crate_type = "lib"]
|
2019-08-24 16:25:55 +01:00
|
|
|
|
|
|
|
|
// check-pass
|
2020-04-19 22:24:42 -04:00
|
|
|
// compile-flags: -Zast-json
|
2019-08-24 16:25:55 +01:00
|
|
|
// normalize-stdout-test ":\d+" -> ":0"
|
|
|
|
|
|
|
|
|
|
// Only include a single item to reduce how often the test output needs
|
|
|
|
|
// updating.
|
|
|
|
|
extern crate core;
|