Home
last modified time | relevance | path

Searched refs:static_assert (Results 1 – 1 of 1) sorted by relevance

/xv6-public/
H A Dmkfs.c14 #ifndef static_assert
15 #define static_assert(a, b) do { switch (0) case 0: case (a): ; } while (0) macro
77 static_assert(sizeof(int) == 4, "Integers must be 4 bytes!"); in main()