Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / mbedtls / repo / scripts / rm-calloc-cast.cocci
1 @rm_calloc_cast@
2 expression x, n, m;
3 type T;
4 @@
5   x =
6 - (T *)
7   mbedtls_calloc(n, m)