Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / c-c++-common / Wbidi-chars-2.c
blob2340374f2767f1b8a7e72d79acc8905333281790
1 /* PR preprocessor/103026 */
2 /* { dg-do compile } */
4 int main() {
5 /* Say hello; newline⁧/*/ return 0 ;
6 /* { dg-warning "bidirectional" "" { target *-*-* } .-1 } */
7 __builtin_printf("Hello world.\n");
8 return 0;