diff options
| author | gingerBill <bill@gingerbill.org> | 2021-11-01 23:04:00 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-11-01 23:04:00 +0000 |
| commit | e2e9b5d3b06acb6040f8d89c6f25f73450e03179 (patch) | |
| tree | 820ffa5785c285c385cbb92e077be84583ebdec0 /examples | |
| parent | b01e0fbbc209110cf49b980149edb73ece475af3 (diff) | |
Remove comments
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo/demo.odin | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index c1f5c90ed..c287e4054 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -2439,16 +2439,7 @@ main :: proc() { deprecated_attribute() range_statements_with_multiple_return_values() threading_example() - - // when !ODIN_DEBUG { - /* - This test causes the following error when compiled with -`debug`: - `Kernel32.lib(KERNEL32.dll) : fatal error LNK1103: debugging information corrupt; recompile module` - Only compile when not running under debug for now to not hold up CI for other commits. - */ - soa_struct_layout() - // } - + soa_struct_layout() constant_literal_expressions() union_maybe() explicit_context_definition() |