We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a3741 commit 149d3abCopy full SHA for 149d3ab
reference.md
@@ -1927,6 +1927,8 @@ type int8_t = i8;
1927
- `start` - indicates that this function should be used as the entry point,
1928
overriding the "start" language item. See the "start" [language
1929
item](#language-items) for more details.
1930
+- `test` - indicates that this function is a test function, to only be compiled
1931
+ in case of `--test`.
1932
1933
### Static-only attributes
1934
0 commit comments