diff options
Diffstat (limited to 'tests/install/simple/driver.cxx')
-rw-r--r-- | tests/install/simple/driver.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/install/simple/driver.cxx b/tests/install/simple/driver.cxx index a444f13..1b28c94 100644 --- a/tests/install/simple/driver.cxx +++ b/tests/install/simple/driver.cxx @@ -1,2 +1,3 @@ -int main () {} +#include "utility.hxx" +int main () {return result;} |