llvm-project/clang/test/SemaObjCXX/warn-called-once.mm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
134 B
Plaintext
Raw Normal View History

// RUN: %clang_cc1 -verify -fsyntax-only -Wcompletion-handler %s
// expected-no-diagnostics
class HasCtor {
HasCtor(void *) {}
};