Home
last modified time | relevance | path

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

/external/pigweed/pw_preprocessor/
Darguments_test.cc128 #define BAD_DEMO(fmt, ...) _BAD_DEMO_ADD_123(fmt PW_COMMA_ARGS(__VA_ARGS__)) macro
136 auto [a1, a2] = BAD_DEMO("Hello world"); in TEST()
147 const auto [a1, a2, a3] = BAD_DEMO("Hello %s", "world?"); in TEST()