1*9880d681SAndroid Build Coastguard Worker // clang -c dsym-test.c -g
2*9880d681SAndroid Build Coastguard Worker // clang dsym-test.o -g -o dsym-test-exe
3*9880d681SAndroid Build Coastguard Worker // dsymutil dsym-test-exe
4*9880d681SAndroid Build Coastguard Worker // clang dsym-test.o -g -o dsym-test-exe-second
5*9880d681SAndroid Build Coastguard Worker // dsymutil dsym-test-exe-second -o dsym-test-exe-differentname.dSYM
main()6*9880d681SAndroid Build Coastguard Worker int main() {
7*9880d681SAndroid Build Coastguard Worker return 0;
8*9880d681SAndroid Build Coastguard Worker }
9