zig/test/stage1
Andrew Kelley 15c316b0d8
add docs for assembly and fix global assembly parsing
Previously, global assembly was parsed expecting it to have
the template syntax. However global assembly has no inputs,
outputs, or clobbers, and thus does not have template syntax.
This is now fixed.

This commit also adds a compile error for using volatile
on global assembly, since it is meaningless.

closes #1515
2019-03-20 19:00:23 -04:00
..
behavior add docs for assembly and fix global assembly parsing 2019-03-20 19:00:23 -04:00
c_abi c_abi: add some tests for int and float parameter passing potentially using both registers and stack 2019-03-19 22:09:12 +01:00
behavior.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00