repo.or.cz
/
rubydium.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
new world
[rubydium.git]
/
Project
/
LLVMRubyObjCPlusPlusBridger.mm
blob
9107ac93e885454b9a506cc6b2c551fee66cc5b0
1
#include "Mumble.h"
2
3
#import "LLVMRubyObjCPlusPlusBridger.h"
4
5
@implementation LLVMRubyObjCPlusPlusBridger
6
7
- (const char*) foo: (const char*)str {
8
return bah2(str);
9
}
10
11
12
@end
13