[hackers] [scc] Add correct output for TEST003 || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Fri, 14 Aug 2015 18:26:06 +0200 (CEST)

commit 83641b5afb00ef76a2b397a2591a705dd1488c7f
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Fri Aug 14 18:23:39 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Fri Aug 14 18:23:39 2015 +0200

    Add correct output for TEST003
    
    stateless take a look that it even optimize out
    the ternary operator.

diff --git a/cc1/tests/test003.c b/cc1/tests/test003.c
index fdbc88b..f2c547d 100644
--- a/cc1/tests/test003.c
+++ b/cc1/tests/test003.c
_AT_@ -2,6 +2,22 @@
 name: TEST003
 description: Select function to call inside ternary operator
 output:
+F1
+X1 F1 foo
+G1 F1 foo {
+-
+ yI #I2A
+}
+X2 F1 bar
+G2 F1 bar {
+-
+ yI #I18
+}
+X3 F1 main
+G3 F1 main {
+-
+ yI G1 cI
+}
 */
 
 int
Received on Fri Aug 14 2015 - 18:26:06 CEST

This archive was generated by hypermail 2.3.0 : Fri Aug 14 2015 - 18:36:11 CEST