* ru.po: Update.
[official-gcc.git] / gcc / testsuite / g++.dg / warn / Wunused-13.C
blobd0eae113e9e4fa655821be435bd8b821adc6f57f
1 // Test whether -Wunused handles effectless indirect_ref operation ('*').
2 // { dg-do compile }
3 // { dg-options "-Wunused" }
5 void Foo(int* x) {
6   *x++; // { dg-warning "value computed is not used" }