reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 | # Check error on a unsupported rm (only supports -f option and in combination with -r). # #### RUN: rm -r hello # RUN: rm hello |