summaryrefslogtreecommitdiff
path: root/buildscripts/tests/data/errorcodes/dup_checking/file1.cpp
blob: caaf7a48a7fa91b053db1ac37e74b0a800301439 (plain)
1
2
3
4
ErrorCodes::Error(1);
ErrorCodes::Error(2);
ErrorCodes::Error(3);
ErrorCodes::Error(2);