blob: 5d2a417dccfbb5aa7e34dc8b1750e3efe5bb3b6b [file] [log] [blame]
//@ aux-build:issue-117997.rs
//@ build-pass
extern crate issue_117997;
pub fn main() {
issue_117997::get_assoc().method_on_assoc();
}