summary refs log tree commit diff stats
path: root/tests/compiler/tasm.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #20012 (#20013)Daniel Clarke2022-07-131-0/+15
* replace gcc asm with __asm__ and add a test * update test case to specify gcc or clang and not cpp Co-authored-by: daniel <danielclarke@wearepopgun.com>