aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/Wbidi-chars-1.c
blob: 34f5ac19271d8931900d57dbb05cd7f7f2de4c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* PR preprocessor/103026 */
/* { dg-do compile } */

int main() {
    int isAdmin = 0;
    /*‮ } ⁦if (isAdmin)⁩ ⁦ begin admins only */
/* { dg-warning "bidirectional" "" { target *-*-* } .-1 } */
        __builtin_printf("You are an admin.\n");
    /* end admins only ‮ { ⁦*/
/* { dg-warning "bidirectional" "" { target *-*-* } .-1 } */
    return 0;
}