#ifndef BAZ2_H
#define __BAZ2_H

/*
 * This is a test file with a malformed include guard
 * to test that the renaming does not touch the guard in similar cases at all.
 */
class Baz {
public:
    Baz() {}
};

#endif /* __BAZ2_H */

