From af83df9be50a9383d0c54fb24b8e486a658a2a02 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Dec 2009 17:32:14 +0200 Subject: New default/fixed value initialization code Now the default/fixed values are parsed by the compiler at compile time instead of the standard parsing code at runtime. --- tests/cxx/tree/default/omit/output | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/cxx/tree/default/omit/output (limited to 'tests/cxx/tree/default/omit/output') diff --git a/tests/cxx/tree/default/omit/output b/tests/cxx/tree/default/omit/output new file mode 100644 index 0000000..eef99a3 --- /dev/null +++ b/tests/cxx/tree/default/omit/output @@ -0,0 +1,21 @@ + +derived: +a: a +x: foo +q1: 1 +y: -20 +p: bar +q2: 2 +default x: foo +default y: -20 +fixed p: bar +fixed q1: 1 +fixed q2: 2 + + + + + a + + + -- cgit v1.1