[examples] fix indexing bug in multi threaded example; make the intrinsic work with clang too

This commit is contained in:
Allen Webster
2021-10-10 11:03:22 -07:00
parent f07b74da5f
commit c016b8cccc
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -95,6 +95,7 @@ baz: foo_again
// undelimited sets may not contain unlabeled delimited sets
// the following forms one undelimited set followed by a delimited set
// the delimited set is a sibling to foo, not a child to foo.
// this also emits a warning because it's weird.
foo: bar (baz)
// undelimited sets *may* however contain labeled delimited sets