diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/xpcom-msgbox.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/xpcom-msgbox.cc b/tests/xpcom-msgbox.cc deleted file mode 100644 index a944992..0000000 --- a/tests/xpcom-msgbox.cc +++ /dev/null @@ -1,9 +0,0 @@ -#define sum_of(a, b) a + b - -int main() -{ - int sum_of_23_and_100 = sum_of(23, 100); - sum_of_23_and_100 -= 100; - - return sum_of_23_and_100; -} |
