xref: /aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/alt-extra/psa/crypto.h (revision cfb92d1480a9e65faed56933e9c12405f45898b4)
1 /* The goal of the include/alt-extra directory is to test what happens
2  * if certain files come _after_ the normal include directory.
3  * Make sure that if the alt-extra directory comes before the normal
4  * directory (so we wouldn't be achieving our test objective), the build
5  * will fail.
6  */
7 #error "The normal include directory must come first in the include path"
8