aboutsummaryrefslogtreecommitdiff
path: root/docs/AssemblyTests.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/AssemblyTests.md')
-rw-r--r--docs/AssemblyTests.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/AssemblyTests.md b/docs/AssemblyTests.md
index 1fbdc26..89df7ca 100644
--- a/docs/AssemblyTests.md
+++ b/docs/AssemblyTests.md
@@ -111,6 +111,7 @@ between compilers or compiler versions. A common example of this
is matching stack frame addresses. In this case regular expressions
can be used to match the differing bits of output. For example:
+<!-- {% raw %} -->
```c++
int ExternInt;
struct Point { int x, y, z; };
@@ -127,6 +128,7 @@ extern "C" void test_store_point() {
// CHECK: ret
}
```
+<!-- {% endraw %} -->
## Current Requirements and Limitations