PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr40457-3.c
blob81f6a424c10e54d5d7fecdc8f36d83a494ba1505
1 /* { dg-options "-Os" } */
2 /* { dg-do compile } */
4 void foo(int* p)
6 p[0] = 1;
7 p[1] = 0;
10 /* { dg-final { scan-assembler "strd|stm" } } */