]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/config/test/cmd_line_check.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / config / test / cmd_line_check.cpp
1
2 #ifndef __clang__
3 # error "This test is for Clang only"
4 #endif
5
6 int main()
7 {
8 return 0;
9 }