1 #include "prefer_used_to_unused.h"
2 
main()3 int main() {
4   return sampleFunc(5) + simpleFunc(5);
5 }
6