Skip to content

Commit a2d2804

Browse files
authored
Update unsupported-features.md
1 parent d4893bc commit a2d2804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unsupported-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Due to this ultra-focused design, the following features are not supported and w
6262
- [struct members declared as unbounded arrays](https://github.com/pgbovine/opt-cpp-backend/issues/73)
6363
- [mixed pointer/array declared types](https://github.com/pgbovine/opt-cpp-backend/issues/74)
6464
- [static array initializers](https://github.com/pgbovine/opt-cpp-backend/issues/75)
65+
- code with [undefined behavior](https://blog.regehr.org/archives/213) may not match what happens when running on your own computer!
6566

6667
Look at these issues for more C/C++ unsupported features: https://github.com/pgbovine/opt-cpp-backend/issues
6768

0 commit comments

Comments
 (0)