summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/modernize-redundant-void-arg.cpp
blob: 078e0e13cae0e9dce24c099c905b33e0df781e32 (plain)
1
2
3
4
5
// modernize-redundant-void-arg

int foo(void) {
    return 0;
}