Skip to content

Commit f57df66

Browse files
committed
Add unused data implementation
1 parent 9fc0fa6 commit f57df66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

LinkTimeSubstitution/Data.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#include "Data.h"
2+
3+
int Data::call() {
4+
return 42;
5+
}

0 commit comments

Comments
 (0)