mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Test case for bug 284690.
This commit is contained in:
parent
14e6048592
commit
fb0772e21b
1 changed files with 1 additions and 1 deletions
|
@ -7292,7 +7292,7 @@ public class AST2CPPTests extends AST2BaseTest {
|
|||
// };
|
||||
//
|
||||
// void test(A a1, A a2) {
|
||||
// m(a1, a2); // problem on m
|
||||
// m(a1, a2);
|
||||
// }
|
||||
public void _testInlineFriendFunction_284690() throws Exception {
|
||||
final String code = getAboveComment();
|
||||
|
|
Loading…
Add table
Reference in a new issue