summaryrefslogtreecommitdiff
path: root/Tests/CompileFeatures/cxx_final.cpp
blob: 9d5d5c414144a5b67e41474368758183c281feba (plain)
1
2
3
4

struct A final
{
};